home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / programming / c / sri / doc / sri.doc
Encoding:
Text File  |  1978-11-24  |  2.3 KB  |  77 lines

  1.         SAS/C Rexx Interface V1.00 - Manual
  2.  
  3.  
  4. NAME
  5.     LC:SRI
  6.  
  7. SYNOPSIS
  8.     SRI
  9.  
  10. DESCRIPTION
  11.     SRI is an interface to use any editor with ARexx Interface with
  12.     SAS-C 5.10a or newer. The original interface suplied with SAS for CED
  13.     isn't very smart so I wrote a new one. Because one of my friends is a
  14.     "UEdit" fan, I rewrote it for use with any editor.
  15.  
  16. REQUIREMENTS
  17.     A-Rexx V1.10 or newer, SAS-C 5.10a or newer and of course an editor
  18.     with ...
  19.  
  20. INSTALLATION
  21.     Copy "bin/SRI" to your "LC:" directory. If ARexx scripts for your
  22.     Editor are supplied with SRI use them, else write some and send them
  23.     to me !
  24.     Type "SetEnv SASCOPTS -E -ja" and "LC:SRI" at your CLI prompt.
  25.     If you now compile a program and LC finds an error, the file will be
  26.     loaded into your editor and the first error will be displayed in a
  27.     requester. To get the second error send a "NE" (for Next Error) to
  28.     SRI's ARexx Interface (use "ADDRESS 'SRI' NE").
  29.     To install SRI permanently put the two lines from above in your
  30.     "Startup-Sequence". You should also install the next error command
  31.     somehow in your editor. "Cygnus Ed Professional" users can't e.g.
  32.     install the supplied script "NextError.ced" on a function key.
  33.  
  34. REXXSCRIPTS
  35.     To use any editor with SRI you need two rexx scripts:
  36.     - "SRIOpen.rexx"
  37.       This script is used to load a source file into the editor,
  38.       the filename is supplied as argument.
  39.     - "SRIShowError.rexx"
  40.       This script is used to show a compilation error. Two arguments are
  41.       supplied:
  42.       - line number of the error location
  43.         The first line is no. 1 ! If line number is zero, no "goto line"
  44.         should be performed.
  45.       - the error message
  46.         This is the error message generated by the compiler. Show it in
  47.         any way.
  48.  
  49. SOURCE
  50.     The source code is included, it can be compiled with SAS-C 5.10a or
  51.     newer.
  52.  
  53. THANKS
  54.     Many thanks to the authors of SAS-C 5.10a and Cygnus Ed Professional
  55.     for their great work.
  56.  
  57. COPYRIGHT
  58.     SRI is free to be spread on public-domain and shareware disks, as
  59.     long as they are sold for a reasonable charge that is less than $6 or
  60.     DM 8,-. For use in commercial products the permission of the author is
  61.     required.
  62.  
  63. AUTHORS
  64.     Matthias Scheler            # SRI program and CED scripts
  65.     Schützenstraße 18
  66.     4799 Borchen
  67.     Federal Republic of Germany
  68.  
  69.     INTERNET: tron@uni-paderborn.de
  70.  
  71.  
  72.     Michael Illgner                # UEdit scripts
  73.     Theodorstr. 27
  74.     4790 Paderborn
  75.  
  76.     INTERNET: fillg1@uni-paderborn.de
  77.